hip.systems.input

Undocumented in source.

Members

Aliases

HipAndroidInput
alias HipAndroidInput = javaGetPackage!("com.hipremeengine.app.HipInput")

Setups an Android Package for HipremeEngine

HipAndroidRenderer
alias HipAndroidRenderer = javaGetPackage!("com.hipremeengine.app.Hip_GLES30_Renderer")
Undocumented in source.

Classes

HipEventQueue
class HipEventQueue

High efficient(at least memory-wise), tightly packed Input queue that supports any kind of data in a single allocated memory pool(no fragmentation).

Functions

HipInputOnGamepadConnected
void HipInputOnGamepadConnected(ubyte id, ubyte type)
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputOnGamepadDisconnected
void HipInputOnGamepadDisconnected(ubyte id, ubyte type)
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputOnKeyDown
void HipInputOnKeyDown(uint virtualKey)
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputOnKeyUp
void HipInputOnKeyUp(uint virtualKey)
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputOnTouchMoved
void HipInputOnTouchMoved(uint id, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputOnTouchPressed
void HipInputOnTouchPressed(uint id, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputOnTouchReleased
void HipInputOnTouchReleased(uint id, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputOnTouchScroll
void HipInputOnTouchScroll(float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
HipOnRendererResize
void HipOnRendererResize(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
onMotionEventActionMove
void onMotionEventActionMove(int pointerId, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
onMotionEventActionPointerDown
void onMotionEventActionPointerDown(int pointerId, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
onMotionEventActionPointerUp
void onMotionEventActionPointerUp(int pointerId, float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
onMotionEventActionScroll
void onMotionEventActionScroll(float x, float y)
Undocumented in source. Be warned that the author may not have intended to support it.
onRendererResize
void onRendererResize(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin javaGenerateModuleMethodsForPackage!(HipAndroidInput, hip.systems.input, false)
Undocumented in source.
__anonymous
mixin javaGenerateModuleMethodsForPackage!(HipAndroidRenderer, hip.systems.input, false)
Undocumented in source.

Meta